home *** CD-ROM | disk | FTP | other *** search
/ Programmer Plus 2007 / Programmer-Plus-2007.iso / Programming / ActiveX Controlls / NCTAudioEditor2 ActiveX DLL / NCTAudioEditor2.exe / {app} / Samples / TestBCBAudioEditor2 / Devices.dfm < prev    next >
Encoding:
Text File  |  2002-10-10  |  997 b   |  50 lines

  1. object frmDevices: TfrmDevices
  2.   Left = 612
  3.   Top = 515
  4.   BorderStyle = bsDialog
  5.   Caption = 'Devices'
  6.   ClientHeight = 235
  7.   ClientWidth = 247
  8.   Color = clBtnFace
  9.   Font.Charset = DEFAULT_CHARSET
  10.   Font.Color = clWindowText
  11.   Font.Height = -11
  12.   Font.Name = 'MS Sans Serif'
  13.   Font.Style = []
  14.   OldCreateOrder = False
  15.   Position = poOwnerFormCenter
  16.   OnShow = FormShow
  17.   DesignSize = (
  18.     247
  19.     235)
  20.   PixelsPerInch = 96
  21.   TextHeight = 13
  22.   object Label1: TLabel
  23.     Left = 8
  24.     Top = 12
  25.     Width = 37
  26.     Height = 13
  27.     Caption = 'Device:'
  28.   end
  29.   object Device: TComboBox
  30.     Left = 56
  31.     Top = 10
  32.     Width = 184
  33.     Height = 21
  34.     Style = csDropDownList
  35.     Anchors = [akLeft, akTop, akRight]
  36.     ItemHeight = 13
  37.     TabOrder = 0
  38.     OnClick = DeviceClick
  39.   end
  40.   object Panel1: TPanel
  41.     Left = 0
  42.     Top = 40
  43.     Width = 248
  44.     Height = 2
  45.     Anchors = [akLeft, akTop, akRight]
  46.     BevelOuter = bvLowered
  47.     TabOrder = 1
  48.   end
  49. end
  50.